String Schema
CurrencyAmountType Complex Type
Description
Amount with according currency
Namespace http://string.drv.de/xmlschema/string
Diagram
Currency Element Amount Element Sequence CurrencyAmountType Complex Type
Overview
CurrencyAmountType
Amount with according currency
Sequence
Used By
Price Element
VATAmount Element
TotalSalesPrice Element
RecommendedRetailPrice Element
TotalSalesTaxes Element
TotalIncentivesPrice Element
TotalSalesPrice Element
RecommendedRetailPrice Element
TotalSalesTaxes Element
TotalIncentivesPrice Element
TotalSalesPrice Element
RecommendedRetailPrice Element
TotalSalesTaxes Element
TotalIncentivesPrice Element
TotalSalesPrice Element
RecommendedRetailPrice Element
TotalSalesTaxes Element
TotalIncentivesPrice Element
TotalSalesPrice Element
RecommendedRetailPrice Element
TotalSalesTaxes Element
TotalIncentivesPrice Element
Price Element
VATAmount Element
Price Element
VATAmount Element
Amount Element
TotalSalesPrice Element
Source
<xs:complexType name="CurrencyAmountType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Amount with according currency</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Amount" type="xs:decimal" nillable="false" />
    <xs:element name="Currency" type="CurrencyCodeType" nillable="false" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.